From 37e02d1197d305f5451771836a07d55876e9df0c Mon Sep 17 00:00:00 2001 From: YAMAMOTO Mitsuharu Date: Fri, 28 Aug 2009 22:49:58 +0000 Subject: [PATCH] [temacs] Undef HAVE_POSIX_MEMALIGN. --- src/s/darwin.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/s/darwin.h b/src/s/darwin.h index da223e9a41c..40aa5831994 100644 --- a/src/s/darwin.h +++ b/src/s/darwin.h @@ -171,6 +171,9 @@ along with GNU Emacs. If not, see . */ #define malloc unexec_malloc #define realloc unexec_realloc #define free unexec_free +/* Don't use posix_memalign because it is not compatible with + unexmacosx.c. */ +#undef HAVE_POSIX_MEMALIGN #endif /* The ncurses library has been moved out of the System framework in -- 2.30.2